home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7141 < prev    next >
Encoding:
Text File  |  1996-08-05  |  894 b   |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sprintlink.net!NEWS!not-for-mail
  3. From: johnsonb@atc.ameritel.net (Gooseman)
  4. Subject: Physical Memory?
  5. Message-ID: <2157cc$1339.34@NEWS>
  6. Date: Thu, 22 Feb 1996 00:03:53 GMT
  7. X-Newsreader: Forte Free Agent 1.0.82
  8.  
  9. I have written a 16-bit DLL to be called from Visual Basic 4.0.  All
  10. of the functions work properly, except for two of them:
  11.  
  12. 1)  I need to be find out if the user has a CD-ROM drive.  Under
  13. Win32, I could just use GetDriveType() for drives A: - J: (K: is our
  14. first network drive).
  15.  
  16. 2) I need to find out how much PHYSICAL memory the user's system has.
  17. The only calls I have found return all memory (physical and swap).
  18.  
  19. PLEASE HELP!  I need to roll this module out as soon as possible.
  20. (email responses would be best)
  21.  
  22. Thanks,
  23.  
  24. Bob Johnson - Eagan, McAllister Associates, Inc.
  25. johnsonb@atc.ameritel.net
  26. johnsonb.eodtc@eodmgate.navsea.navy.mil
  27.  
  28.  
  29.